home *** CD-ROM | disk | FTP | other *** search
- DATE(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- DDAATTEE, JJDDAATTEE - Returns the current date
-
- SSYYNNOOPPSSIISS
- DDAATTEE(())
-
- JJDDAATTEE(())
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90
-
- SSTTAANNDDAARRDDSS
- Fortran extension
-
- DDEESSCCRRIIPPTTIIOONN
- DDAATTEE and JJDDAATTEE return the current date. DDAATTEE returns the current date
- in ASCII _m_m//_d_d//_y_y format. JJDDAATTEE returns the current Julian day-number
- facsimile in ASCII _y_y_d_d_d format, left-justified and blank-filled.
-
- If called as intrinsic functions, DDAATTEE and JJDDAATTEE do not accept any
- arguments. The names of these intrinsics cannot be passed as
- arguments.
-
- RREETTUURRNN VVAALLUUEESS
- When called as an intrinsic function, the data type of the return
- value depends on your platform. On UNICOS and UNICOS/mk systems, it
- is of type Boolean. On IRIX systems, it is of type CCHHAARRAACCTTEERR**88.
-
- NNOOTTEESS
- The DDAATTEE and JJDDAATTEE intrinsic functions are outmoded. Refer to the
- _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _3, for information on
- outmoded features and their preferred standard alternatives.
-
- For both DDAATTEE and JJDDAATTEE, the year will become 00 in the year 2000.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-